Learn R Programming

DDPM (version 0.1.0)

Spinal tumor : The data show the tumor count frequencies from 158 NF2 patients

Description

The function gives tumor count frequencies from 158 NF2 patients.

Usage

data_tumor

Value

data_tumor gives tumor count frequencies from 158 NF2 patients.

Arguments

data_tumor

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the tumor count frequencies from 158 NF2 patients. They were used by Joe and Zhu (2005) and fitted by the generalized Poisson distribution.

References

Joe, H., & Zhu, R. (2005). Generalized Poisson distribution: the property of mixture of Poisson and comparison with negative binomial distribution. Biometrical Journal: Journal of Mathematical Methods in Biosciences, 47(2), 219-229.

See Also

data_can

Examples

Run this code
x<-data_tumor
summary(x)
table (x)

Run the code above in your browser using DataLab